home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / tcp / bind-4.9.2.lha / bind-4.9.2 / examples / named.boot < prev    next >
Encoding:
Text File  |  1999-07-12  |  636 b   |  22 lines

  1. ;  from @(#)named.boot  8.1 (Berkeley) 6/9/93
  2.  
  3. ; boot file for secondary name server
  4. ; Note that there should be one primary entry for each SOA record.
  5.  
  6. sortlist 128.3.0.0
  7.  
  8. directory   AmiTCP:db/
  9.  
  10. ; type    domain     source host/file     backup file
  11.  
  12. cache     .                   root.cache
  13. primary   0.0.127.IN-ADDR.ARPA   localhost.rev
  14.  
  15. ; example secondary server config:
  16. ; secondary Berkeley.EDU   128.32.130.11 128.32.133.1 ucbhosts.bak
  17. ; secondary 32.128.IN-ADDR.ARPA  128.32.130.11 128.32.133.1 ucbhosts.rev.bak
  18.  
  19. ; example primary server config:
  20. ; primary  Berkeley.EDU    ucbhosts
  21. ; primary  32.128.IN-ADDR.ARPA   ucbhosts.rev
  22.